|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.contexts.ContextManagerEvent
An instance of this class describes changes to an instance of IContextManager
.
This class is not intended to be extended by clients.
EXPERIMENTAL
IContextManagerListener.contextManagerChanged(org.eclipse.ui.contexts.ContextManagerEvent)
Constructor Summary | |
ContextManagerEvent(IContextManager contextManager,
boolean definedContextIdsChanged,
boolean enabledContextIdsChanged)
Creates a new instance of this class. |
Method Summary | |
IContextManager |
getContextManager()
Returns the instance of the interface that changed. |
boolean |
haveDefinedContextIdsChanged()
Returns whether or not the definedContextIds property changed. |
boolean |
haveEnabledContextIdsChanged()
Returns whether or not the enabledContextIdsChanged property changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContextManagerEvent(IContextManager contextManager, boolean definedContextIdsChanged, boolean enabledContextIdsChanged)
contextManager
- the instance of the interface that changed.definedContextIdsChanged
- true, iff the definedContextIds property changed.enabledContextIdsChanged
- true, iff the enabledContextIdsChanged property changed.Method Detail |
public IContextManager getContextManager()
null
.public boolean haveDefinedContextIdsChanged()
public boolean haveEnabledContextIdsChanged()
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |